runtime.hchan.closed (field)
10 uses
	runtime (current package)
		chan.go#L38: 	closed   uint32
		chan.go#L204: 	if !block && c.closed == 0 && full(c) {
		chan.go#L215: 	if c.closed != 0 {
		chan.go#L291: 		if c.closed == 0 {
		chan.go#L403: 	if c.closed != 0 {
		chan.go#L414: 	c.closed = 1
		chan.go#L535: 		if atomic.Load(&c.closed) == 0 {
		chan.go#L564: 	if c.closed != 0 {
		select.go#L266: 			if c.closed != 0 {
		select.go#L273: 			if c.closed != 0 {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |